crypto/x509.SignatureAlgorithm.isRSAPSS (method)

3 uses

	crypto/x509 (current package)
		x509.go#L235: func (algo SignatureAlgorithm) isRSAPSS() bool {
		x509.go#L936: 		if algo.isRSAPSS() {
		x509.go#L1515: 	if sigAlg.isRSAPSS() {